home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ETO Development Tools 4
/
ETO Development Tools 4.iso
/
Essentials
/
C++ A'Link Files
/
Mar 91
/
CPlus.Dev$ 3⁄22⁄91
/
0287-Re Problem with Refe-Mar91
< prev
next >
Wrap
Text File
|
1991-04-01
|
616b
|
21 lines
Item 1111894 19-March-91 16:50PST
From: MADA.EUROPE MacApp Dev Assoc Eur,E Carrasco,IDV
To: D0816 Capilano Computing, MacKenzie,PRT
CPLUS.DEV$ C++ Interest List--Developers
------------------------------------------------------------------------------
Sub: Re: Problem with Reference Var
Dear Neil,
You should allocate p in heap. For the moment, you only have a classB* (a
pointer) on stack.
I send you two samples, they show you how to allocate space for your datas.
Regards,
.Eric